home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4464 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  887 b 

  1. Path: newsfeed.pitt.edu!hnkst2
  2. From: hnkst2+@pitt.edu (Hanhwe N Kim)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: [Q] Is there a Model-View-Controller C++ implementation ?
  5. Date: 30 Jan 1996 14:25:57 GMT
  6. Organization: University of Pittsburgh
  7. Message-ID: <4el9pl$b20@usenet.srv.cis.pitt.edu>
  8. References: <4eigis$aq9@s3.iway.fr>
  9. NNTP-Posting-Host: unixs6.cis.pitt.edu
  10.  
  11. Patrick Lefebvre <plefebvr@pratique.fr> wrote:
  12. >Hello,
  13. >
  14. >I am a student working in C++ with MS-Windows.
  15. >
  16. >I seek for an implementation of the MVC (Model-View-Controller),
  17. >of for references to any existing one.
  18. >
  19. >-> it would be better if it was free;
  20. >-> it would be better if it was for MS-Windows;
  21. >
  22.  
  23. I don't know of any toolkit implementations, but the book
  24. "Design patterns" by Gamma et. al. (known as the Gang-of-4-book)
  25. has a Observer pattern which is basically the same idea.
  26.  
  27. The book has source code in C++.
  28.  
  29. Han
  30.  
  31.